Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leaks with Solr client connections for Solr 9 #16

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

jordanpadams
Copy link
Member

Fix memory leaks for solr connection left open.

Not sure why this wasn't an issue before. Maybe Tomcat would kill these threads after so long, and since we are getting pummeled with queries, the threads didn't have a chance to die.

Either way, closing the solr client connections each time seems to fix it.

Cherry-picked from hotfix/2.14.4 branch and v2.14.4 release

Fixes #14
Refs #15

See #15 for more details

Fix memory leaks for solr connection left open.

Not sure why this wasn't an issue before. Maybe Tomcat would kill these threads after so long, and since we are getting pummeled with queries, the threads didn't have a chance to die.

Either way, closing the solr client connections each time seems to fix it.

Cherry-picked from `hotfix/2.14.4` branch and `v2.14.4` release

Fixes #14
Refs #15
@jordanpadams jordanpadams requested a review from a team as a code owner October 19, 2023 01:30
@jordanpadams jordanpadams changed the title Close solr client connections Fix memory leaks with Solr client connections on main Oct 19, 2023
@jordanpadams jordanpadams changed the title Fix memory leaks with Solr client connections on main Fix memory leaks with Solr client connections for Solr 9 Oct 19, 2023
Copy link
Member

@nutjob4life nutjob4life left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jordanpadams jordanpadams merged commit 4e6bd41 into main Oct 19, 2023
2 checks passed
@jordanpadams jordanpadams deleted the i14_to_main branch October 19, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak in Solr connections leading to Tomcat crash
2 participants